home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / utils1 / chdate10.arj / CHDATE.DOC next >
Text File  |  1994-04-10  |  4KB  |  79 lines

  1.                                                                         CHDATE
  2.                                                                    Version 1.0
  3.                                                                 Copyright 1994
  4.                                                              Timothy J. Kremer
  5.  
  6.  
  7.                                 !! NOTICE !!
  8.  
  9. THIS FILE AND ITS ASSOCIATED DOCUMENTATION ARE COPYRIGHTED MATERIAL.  THE
  10. AUTHOR MAKES NO GUARANTEES WHATSOEVER ON THIS PROGRAM.  THIS PROGRAM ALTERS
  11. THE DIRECTORY INFORMATION OF YOUR FILES.  EVERY EFFORT HAS BEEN MADE BY THE
  12. AUTHOR TO ENSURE NO HARM WILL COME OF THEM, BUT NOTHING IS GUARANTEED.  THE
  13. AUTHOR IS NOT RESPONSIBLE FOR ANY DAMAGES ASSOCIATED WITH THE USE OF THIS
  14. PROGRAM.  USE IT AT YOUR OWN RISK.  USE OF THE PROGRAM CONSTITUTES AN
  15. AGREEMENT TO THE ABOVE TERMS.  IF YOU DO NOT AGREE TO THE ABOVE TERMS, DO
  16. NOT USE THE PROGRAM AND ERASE IT FROM ALL STORAGE MEDIA.
  17.  
  18.  
  19.                                !! LICENSE !!
  20.  
  21. This program is considered FREEWARE.  While the author retains all rights
  22. to the software & documentation, you are granted a license to use this
  23. software at no charge.  You may make copies of this program and its
  24. accompanying documentation and distribute them.  You are encouraged to
  25. upload this program to Bulletin Board Systems (BBS's), make copies for your
  26. friends & coworkers, etc. so long as credit is given to Tim Kremer as the
  27. author and this documentation file (in its entirety) accompanies the
  28. executable file.
  29.  
  30.                                 The Program
  31.  
  32. I'm not one for writing documentation, so I'll make this brief.  CHDATE is
  33. a program that changes a file's Time & Date stamp.  You can see the file's
  34. Time & Date when you type DIR at the command line.  CHDATE was written with
  35. OPTIMIZATION in mind.  I tried to keep the code size and the memory
  36. requirements as small as possible.  The executable takes less than 9k of
  37. hard-drive space and it should run in 10k of memory.
  38.  
  39. CHDATE operates from the DOS command line.  The basic format is:
  40.  
  41.                 CHDATE <target> [options]
  42.  
  43. where <target> is the full name of the file whose date and time will be
  44. changed.  Wildcards are not allowed!  You don't need to specify any options,
  45. the only requirement is a FULL FILENAME.
  46.  
  47. If you don't specify any options, CHDATE changes the <target> file to the
  48. current date and time.  If you wish to change the <target> to something
  49. other than the current date and time you must use either the -D or the -T
  50. options, or both.  Valid options are:
  51.  
  52.         -?      (with no target) Displays a short help screen
  53.  
  54.         -Q      Quiet Mode--no screen output
  55.  
  56.         -D=     Used in the format -D=mm/dd/yy where mm/dd/yy is the date
  57.                 the <target> file is set to.
  58.  
  59.         -T=     Used in the format -T=hh:mm:ss where hh:mm:ss is the time
  60.                 the <target> file is set to.  Use military (24 hour) time.
  61.                 The AM/PM format will not work.
  62.  
  63. Example:
  64.   CHDATE myfile.exe -D=04/19/93 -T=22:00:00
  65.  
  66.   The above command changes the date of myfile.exe to 4-19-93 and the time
  67.   to 22:00hrs (10:00pm).
  68.  
  69. Though this program is yours for free, I will gladly accept any amount of
  70. money as a gift.  Sourcecode is also available for a fee of $10.  All
  71. correspondence can be mailed to my home address at:
  72.  
  73.                         Tim Kremer
  74.                         1117 Linden Dr.
  75.                         Mt. Pleasant, IA  52641
  76.  
  77. Enjoy the program!
  78.  
  79.